home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1997 / CT_SW_97.ISO / pc / software / wissen / macos / mupad130.hqx / DOCMAC~1.HQX / New MuPAD Documentation / ABOUT_1.2.2a < prev    next >
Text File  |  1996-12-13  |  9KB  |  248 lines

  1. ABOUT, Feb. 1996
  2.  
  3.               ====================================
  4.               Announcement of MuPAD version 1.2.2a
  5.               ====================================
  6.  
  7. Dear MuPAD friend,
  8.  
  9. here a message  from the developers of MuPAD  to inform you about
  10. the new release MuPAD 1.2.2a.
  11.  
  12. MuPAD 1.2.2a is a bug-fixed version of release 1.2.2.
  13.  
  14. MuPAD 1.2.2 is a  major  release  update  in  comparison  to  the
  15. mathematical  capabilities  of  MuPAD  1.2.1, but a minor release
  16. update in comparison to the kernel and the  frontends   of  MuPAD
  17. 1.2.1.
  18.  
  19.  
  20. New functions
  21. =============
  22.  
  23. series expansion, limit computation, asymptotic expansion,  solv-
  24. ing  diophantine  and  polynomial   equations,  solving  ordinary
  25. differential   equations, definite  and   indefinite   summation,
  26. decomposition     of     polynomials,   combining  and  expanding
  27. algebraic terms, continued   fraction  arithmetic,  partial frac-
  28. tion   decomposition,  computing  the  triangular form of complex
  29. expressions, simplification of  expressions containing   radicals
  30. and  exponentials, Bessel   functions, another  term ordering  of
  31. polynomials (DegInvLexOrder), primality  proving  using  elliptic
  32. curves,  finding  factors  of  an  integer  using  Pollard's  rho
  33. method, TeX-output  of  expressions,  representation of  infinite
  34. numbers,  standard  deviation,   variance   of  a list of values,
  35. chi square and normal distribution, Stirling numbers,  collecting
  36. coefficients of polynomials, roots of univariate polynomials with
  37. coefficients in Z/nZ, integer roots of rational univariate  poly-
  38. nomials,  infinite   decimal representation  of rational numbers,
  39. enhancement and improvement  of  the symbolic  integration  (e.g.
  40. numerical  integration),    the  Groebner     package   and   the
  41. linear    algebra  package  (e.g.   eigenvalues,  jordan   forms,
  42. exponential  of  matrices),   RGB   values for    color    names,
  43. polar/spherical/cylindrical   coordinate plots,   implicit plots,
  44. vector field  plots,  alias   mechanism, userinfo, algorithms for
  45. networks (shortest pathes, maximal flow, minimal flow,  topologi-
  46. cal sorting), and many many more.
  47.  
  48. Online documentation (Reference manual and help pages) in English.
  49. Note, that the reference manual is a first draft version.
  50. Hypertext previewer is now able to manage more than one document
  51. and is able to display GIF pictures. No external GIF previewer is
  52. needed. Now you can use wildcards in the help command, for example
  53. ? plot* or ? plot??
  54.  
  55. For latest informations and demos refer via WWW to
  56. http://math-www.uni-paderborn.de/MuPAD/RELEASE_122/
  57.  
  58. You can get MuPAD 1.2.2 from ftp.uni-paderborn.de. Other ftp server
  59. will update MuPAD next week. Please read the file README to check
  60. if MuPAD 1.2.2 is already installed on this server.
  61.  
  62. The next section gives an short overview of all new functions. See
  63. on-line help for detailed informations, for example ?stats::stdev,
  64. ?series, ?numlib::proveprime, ?plotlib::fieldplot. 
  65. Type loadlib("<name">): info(<name>); to get all functions of the
  66. specified package, where <name> is one of the following packages:
  67. combinat, domains, groebner, intlib, linalg, misc, module, numlib,
  68. ode, orthpoly, plotlib, RGB, sharelib, stats and Type. 
  69. (faclib, gcdlib, series, specfunc and stdlib have no interface)
  70.  
  71.  
  72. Standard Library 
  73. ----------------
  74.  
  75. alias, asympt,  collect,  combine, conjugate,  contfrac, decompose,
  76. expose, Factor, fun, func, Im, infinity,  limit, linsert, linsolve,
  77. normal, partfrac, pdioe, primpart, radsimp, randpoly, Re, rectform, 
  78. resultant, revert, RootOf, series, simplify, solve, sum, TeX, unalias, 
  79. userinfo
  80.  
  81. Special functions 
  82. -----------------
  83.  
  84. besselJ, besselY, eint, psi
  85.  
  86. New simplification rules added to almost all functions in this package.
  87.  
  88. Linear Algebra (linalg) 
  89. -----------------------
  90.  
  91. cholesky, curl, divergence, eigenValues, exp, extractMatrix,
  92. grad, isHermitian, isOrthogonal, isPosDef, jacobian, jordan-
  93. Form, randomMatrix, vectorPotential
  94.  
  95. Domains (domains) 
  96. -----------------
  97.  
  98. Domains:  AlgebraicExtension, Infinity, Interval, Product,
  99. TruncatedPowerSeries, ExpressionField
  100.  
  101. Categories:  FiniteCollectionCat,  HomogenousFiniteCollectionCat,
  102. HomogenousFiniteProductCat, Module, RightModule
  103.  
  104.  
  105. Plot Package (plotlib)           
  106. ----------------------
  107.  
  108. cylindricalplot, fieldplot, implicitplot,  polarplot,  spherical-
  109. plot, xrotate, yrotate
  110.  
  111.  
  112. Number Theory (numlib) 
  113. ----------------------
  114.  
  115. decimal, pollard, proveprime
  116.  
  117.  
  118. Statistics (stats)
  119. ------------------
  120.  
  121. ChiSquare, mean, normal, stdev, variance
  122.  
  123.  
  124. Miscellaneous
  125. -------------
  126.  
  127. faclib::roots, sharelib::iroots, 
  128.  
  129.  
  130. Ordinary differential equations (ode)
  131. -------------------------------------
  132.  
  133. MuPAD 1.2.2 can recognize (and solve if possible) the following
  134. kinds of equations:
  135.  
  136. - linear equations with constant coefficients
  137. - autonomous equations
  138. - linear equations that have a simple adjoint equation
  139. - first order equation of the form a(x)+y'(x)+b(x)*y(x)=0
  140. - first-order linear systems with constant coefficients
  141. - separate equations
  142. - linear equations that have polynomial solutions
  143.  
  144. See ?ode for more details.
  145.  
  146.  
  147. Algorithms for networks (network)
  148. ---------------------------------
  149.  
  150. AddEdge,  AddVertex,   AllShortPath,   ChangeEdge,  ChangeVertex,
  151. Complete,   ConvertSSQ,  Cycle,  DelEdge,  DelVertex,  ECapacity,
  152. EWeight, Edge, Epost, Epre, InDegree,  IsEdge,  IsVertex,   Long-
  153. Path,  MaxFlow, MinCost, MinCut, OutDegree,  PrintGraph,  Random,
  154. ShortPath,  TopSort, Vertex, VWeight.
  155.  
  156. Numerical integration
  157. ---------------------
  158.  
  159. Numerical  integration  is  invoked  by  applying  float  to  the
  160. unevaluated   integral   as  in  int(f(x),x=a..b);  float(%);  or
  161. directly by calling float(int(f(x),x=a..b)). Only  finite  inter-
  162. vals  can  be  handled  by  now, e.g. this implementation doesn't
  163. accept the values infinity or -infinity for a and/or b. f must be
  164. continuous  in  [a,  b], e.g. there are no endpoint singularities
  165. and no discontinuity in the interior of the interval of  integra-
  166. tion. Otherwise the numerical integration returns the unevaluated
  167. integral.
  168.  
  169.  
  170. New platforms
  171. =============
  172.  
  173. * Hewlett-Packard 9000/700, HP-UX 9.0 or later
  174. * PC, NetBSD 1.0 or later
  175.  
  176. Alpha releases (not available by now):
  177. * PC, MS-Windows 3.1 or later
  178. * PC, Linux-ELF
  179. * Motif version for Sun 4
  180. * PowerMacintosh, System 7.0 or later
  181.  
  182.  
  183. Comparisons/Reviews
  184. ===================
  185.  
  186. Paul Zimmermann, a researcher from INRIA,  has  written  a  paper
  187. "Wester's  Test  Suite  in MuPAD 1.2.2" based on Michael Wester's
  188. paper "A Review of CAS mathematical Capabilities". Paul describes
  189. the  problems that can be solved with MuPAD, whereas the original
  190. paper describes the capabilities of Axiom, Derive, Macsyma, Maple,
  191. Mathematica and Reduce to solve these problems.
  192.  
  193. * Paul Zimmermann: Wester's test suite in MuPAD 1.2.2, 1995
  194.   Can be found on 
  195.   http://math-www.uni-paderborn.de/MuPAD/RELEASE_122/WESTER/wester.html
  196.   or in the April issue of the CAN Nieuwsbrief 14, 1995.
  197. * Michael Wester: A Review of CAS Mathematical Capabilities, 1994
  198.   Can be found on ftp://math.unm.edu/pub/cas/
  199.  
  200. Frank Postel has written a paper "c't magazine test suite" based 
  201. on Braun's article "Das Ende des Bleistifts". 
  202.  
  203. * Frank Postel: c't magazine test suite with MuPAD 1.2.2, 1995
  204.   Can be found on 
  205.   http://math-www.uni-paderborn.de/MuPAD/RELEASE_122/CT-TEST/CT_test.html
  206. * Stefan Braun, Harald Haeuser: Das Ende des Bleistifts, 
  207.   c't, issue 7, July 1995.
  208.  
  209.  
  210. New MuPAD ftp sites 
  211. ===================
  212.  
  213. From now on MuPAD is also available (mirrored) on the following
  214. official ftp sites:
  215.  
  216.    Deutschland
  217.       ftp.uni-paderborn.de      : /pub/unix/MuPAD (home site)
  218.       math-ftp.uni-paderborn.de : /pub/MuPAD     
  219.       ftp.ask.uni-karlsruhe.de  : /pub/education/mathematics/MuPAD
  220.       ftp.Germany.EU.Net        : /pub/comp/applications/math/mupad
  221.    France
  222.       ftp.inria.fr              : /lang/MuPAD
  223.    Switzerland
  224.       ftp.switch.ch             : /mirror/MuPAD
  225.    USA   
  226.       ftp.math.utah.edu         : /pub/mupad 
  227.       archives.math.utk.edu     : /software/multi-platform/MuPAD
  228.  
  229. Additional ftp server for Linux-MuPAD
  230.       ftp sunsite.unc.edu       : /pub/Linux/apps/math/MuPAD
  231.       with official mirrows in Asia (Thailand, Hong Kong, Japan),
  232.       Australia, Europe (Austria, Czech Republic, France, Germany,
  233.       Hungary, Italy, Switzerland, Turkey, United Kingdom),
  234.       North America (USA) and South America (Chile).
  235.  
  236. For latest information refer via WWW to 
  237. http://math-www.uni-paderborn.de/MuPAD/FAQ/INTERNET_SERVICES/ftp.html
  238.  
  239. We hope that solves your problems of breaking connections to
  240. our often overloaded site. Special thanks to Paul Zimmermann
  241. (INRIA), Christian Hettler (ASK), Nelson Beebe and Pieter
  242. Bowman (University of Utah).
  243.  
  244. For a better support outside France and Germany we are looking
  245. for further official MuPAD sites. Especially in South America,
  246. Australia, Asia, ... Please, if you are able and willing to mirror
  247. MuPAD on your site send a mail to MuPAD-webmaster@uni-paderborn.de
  248.